Node-Js Contact Form with Sequelize
A Simple Contact Form developed in Node-Js and Sequelize with HTML5 Form validation and AJAX JavaScript.

What Do You need for use??

1. User has installation of Node-Js 

2. install npm module
      -> npm install
      
3. User can create a database first with a specified name,
     and database details in the /Authentication/config.js file.

4. User can change hostname and port from app.js file.

5. Users can also change database related data from /Authentication/config.js file.

6. For update Email Details, there is a /Authentication/settings.json file.
